feat: update watch#256
Merged
cassio-rossi merged 5 commits intoMacMagazine:release/v5from Dec 18, 2025
Merged
Conversation
Renames `FeedRootViewModel` to `FeedMainViewModel` for clarity. Updates `FeedMainView` to use the renamed ViewModel and initializes the `items` with a fetch limit of 10. Improves the initial data loading logic by ensuring it only runs once. Adds a check to prevent refreshing while a refresh is already in progress. Streamlines navigation title. Removes context menu sheet options for favoriting, reading posts, as well as the refreshable modifier and topBarLeading toolbarItem as the button functionality has been removed
Simplifies the context menu structure for a clearer and more efficient user experience on the watchOS app. Removes unnecessary ScrollView and VStack nesting to streamline the layout.
Refactors the `FeedMainView` to improve the layout based on the current loading state. This change enhances the user experience by providing a more consistent and predictable interface during data loading.
cassio-rossi
approved these changes
Dec 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of Change
feat: New featurefix: Bug fixdocs: Documentation updatestyle: Code style/formatting changesrefactor: Code refactoringperf: Performance improvementtest: Adding or updating testschore: Maintenance tasksbuild: Build system changesci: CI configuration changesRelated Issue
Screenshots/Videos
Testing
Checklist
Additional Notes